home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 015a / pd0785.zip / PD0785.TXT
Text File  |  1993-03-09  |  11KB  |  259 lines

  1. ======================================================================
  2.   Microsoft(R) Product Support Services Application Note (Text File)
  3.                  PD0785: UPGRADING DR DOS TO MS-DOS 6
  4. ======================================================================
  5.                                                    Revision Date: 4/93
  6.                                                       No Disk Included
  7.  
  8. The following information applies to Microsoft MS-DOS, version 6.0
  9. upgrade.
  10.  
  11.  --------------------------------------------------------------------
  12. | INFORMATION PROVIDED IN THIS DOCUMENT AND ANY SOFTWARE THAT MAY    |
  13. | ACCOMPANY THIS DOCUMENT (collectively referred to as an            |
  14. | Application Note) IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY      |
  15. | KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO    |
  16. | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A     |
  17. | PARTICULAR PURPOSE. The user assumes the entire risk as to the     |
  18. | accuracy and the use of this Application Note. This Application    |
  19. | Note may be copied and distributed subject to the following        |
  20. | conditions: 1) All text must be copied without modification and    |
  21. | all pages must be included; 2) If software is included, all files  |
  22. | on the disk(s) must be copied without modification [the MS-DOS(R)  |
  23. | utility DISKCOPY is appropriate for this purpose]; 3) All          |
  24. | components of this Application Note must be distributed together;  |
  25. | and 4) This Application Note may not be distributed for profit.    |
  26. |                                                                    |
  27. | Copyright 3/93 Microsoft Corporation. All Rights Reserved.         |
  28. |                                                                    |
  29. | Microsoft and MS-DOS are registered trademarks and Windows         |
  30. | is a trademark of Microsoft Corporation.                           |
  31. | SuperStor is a trademark of AddStor, Inc.                          |
  32. | Digital Research is a registered trademark of Digital Research,    |
  33. | Inc.                                                               |
  34.  --------------------------------------------------------------------
  35.                                    
  36.                                    
  37. INTRODUCTION
  38. ============
  39.  
  40. You can successfully install the Microsoft MS-DOS 6 Upgrade over
  41. Digital Research(R) DOS (DR DOS); however, before you upgrade your
  42. current installation of DR DOS, you should disable the following:
  43.  
  44.     - DR DOS security features
  45.     - DR DOS DELWATCH utility
  46.     - DR DOS GOTO and ? commands
  47.     - DR DOS CHAIN command
  48.  
  49.   NOTE: If you use the SuperStor(R) (STOR) data-compression program
  50.   provided with DR DOS, you should also read the section in this
  51.   Application Note titled "Your Computer Uses DR DOS Disk
  52.   Compression."
  53.  
  54.  
  55. DISABLING SECURITY FEATURES
  56. ===========================
  57.  
  58. If you have any security features, including password protection,
  59. disable them. When you run the Setup program for the MS-DOS 6 Upgrade,
  60. your system, system files, DR DOS directory, and files in your DR DOS
  61. directory cannot be password protected. The MS-DOS 6 Upgrade Setup
  62. program cannot create an Uninstall disk if your CONFIG.SYS or
  63. AUTOEXEC.BAT file is password protected.
  64.  
  65. DISABLING PASSWORD PROTECTION
  66. -----------------------------
  67.  
  68. To disable password protection for a specific file, type the following
  69. at the command prompt
  70.  
  71.    password <filename> /n
  72.  
  73. where  <filename>  is the file you want to remove the  password  from.
  74. When  you  are prompted for the password, type it and then  press  the
  75. ENTER key.
  76.  
  77. To disable password protection for a specific directory, type the
  78. following at the command prompt
  79.  
  80.    password <dirname> /n
  81.  
  82. where <dirname> is the directory you want to remove the password from.
  83. When you are prompted for the password, type it and then press the
  84. ENTER key.
  85.  
  86. To disable password protection for the entire system, type the
  87. following at the command prompt:
  88.  
  89.    password /ng
  90.  
  91. When you are prompted for the password, type it and then press the
  92. ENTER key.
  93.  
  94. DISABLING MASTER KEY PASSWORD PROTECTION
  95. ----------------------------------------
  96.  
  97. If you installed the Master Key password security option with DR DOS,
  98. you must run DR DOS Setup again in order to disable it. For more
  99. information on this feature, see your DR DOS documentation.
  100.  
  101.  
  102. DISABLING THE DELWATCH DELETE-PROTECTION UTILITY
  103. ================================================
  104.  
  105. If you have the DELWATCH delete-protection utility installed on your
  106. computer, you must disable it and purge your deleted files before you
  107. install MS-DOS 6. To disable the DELWATCH utility:
  108.  
  109. 1. Use an ASCII text editor to open your AUTOEXEC.BAT file.
  110.  
  111. 2. Remove the command that loads DELWATCH, save the file, and then
  112.    quit the text editor.
  113.  
  114. 3. Remove any disks in your floppy disk drives, and then restart your
  115.    computer by pressing CTRL+ALT+DEL.
  116.  
  117. 4. Run the DELPURGE utility to purge your hard disk of pending delete
  118.    files.
  119.  
  120.  
  121. DISABLING THE GOTO AND ? COMMANDS
  122. =================================
  123.  
  124. If your CONFIG.SYS or AUTOEXEC.BAT file uses any conditional DR DOS
  125. commands (such as ? or GOTO), remove those commands and adjust the
  126. order of the remaining commands accordingly. For more information on
  127. the DR DOS GOTO and ? commands, see your DR DOS documentation.
  128.  
  129.  
  130. DISABLING THE CHAIN COMMAND
  131. ===========================
  132.  
  133. If your CONFIG.SYS file contains the DR DOS CHAIN command, remove it
  134. and adjust the other CONFIG.SYS commands accordingly. For more
  135. information on this command, see your DR DOS documentation.
  136.  
  137.  
  138. YOUR COMPUTER USES DR DOS DISK COMPRESSION
  139. ==========================================
  140.  
  141. DRIVE C IS NOT COMPRESSED
  142. -------------------------
  143.  
  144. If your computer uses disk compression, but drive C is not compressed,
  145. run Setup as described in the "Getting Started" chapter of the
  146. "Microsoft MS-DOS 6 User's Guide". When Setup displays the message
  147. "Your CONFIG.SYS file contains commands that are not valid MS-DOS
  148. commands," select the Modify Original Files option.
  149.  
  150. DRIVE C IS COMPRESSED
  151. ---------------------
  152.  
  153. If your computer uses disk compression, and drive C is compressed, do
  154. the following:
  155.  
  156. 1. Determine which drive is your original uncompressed drive. For more
  157.    information, see your DR-DOS documentation.
  158.  
  159. 2. Make backup copies of the CONFIG.SYS and AUTOEXEC.BAT files on
  160.    your compressed drive and the DCONFIG.SYS file on your uncompressed
  161.    drive.
  162.  
  163. 3. Combine the two configuration files. For example, if drive D is
  164.    your uncompressed drive, type the following at the command prompt:
  165.  
  166.       copy d:\dconfig.sys + c:\config.sys d:\config.sys
  167.  
  168. 4. Copy the combined CONFIG.SYS file to drive C. For example, if drive
  169.    D is your uncompressed drive, type the following at the command
  170.    prompt:
  171.  
  172.       copy d:\config.sys c:\config.sys
  173.  
  174. 5. Copy your AUTOEXEC.BAT file to your uncompressed drive. For
  175.    example, if drive D is your uncompressed drive, type the following
  176.    at the command prompt:
  177.  
  178.       copy c:\autoexec.bat d:\autoexec.bat
  179.  
  180. 6. Run Setup.
  181.  
  182. 7. When Setup displays the message "Your CONFIG.SYS file contains
  183.    commands that are not valid MS-DOS commands," select the Modify
  184.    Original Files option.
  185.  
  186.    When Setup displays the message "Because you are currently using
  187.    the DR DOS operating system," choose Continue.
  188.  
  189. 8. After Setup is complete, MS-DOS displays an "Unrecognized command"
  190.    message on your screen for each command in your AUTOEXEC.BAT and
  191.    CONFIG.SYS files that is not a valid MS-DOS command. Remove these
  192.    commands from your CONFIG.SYS and AUTOEXEC.BAT files.
  193.  
  194. 9. Add the following command to the beginning of your CONFIG.SYS file,
  195.    and then restart your computer:
  196.  
  197.       device=c:\dos\himem.sys
  198.  
  199. SETUP DISPLAYS THE MESSAGE "YOUR COMPUTER USES A DISK-COMPRESSION
  200. PROGRAM AND DOES NOT HAVE ENOUGH FREE DISK SPACE TO SET UP MS-DOS"
  201. ------------------------------------------------------------------
  202.  
  203. If Setup displays the message "Your computer uses a disk-compression
  204. program and does not have enough free disk space to set up MS-DOS,"
  205. you must convert your DR DOS 6 SuperStor compressed drive to an MS-DOS
  206. 6 DoubleSpace drive using the procedure below. This is necessary
  207. because the DR DOS 6 SuperStor program does not provide the
  208. functionality for increasing the size of your uncompressed host drive.
  209.  
  210. 1. Using the DR DOS BACKUP command, back up your program and data
  211.    files. For more information on using the BACKUP command, refer to
  212.    your DR DOS documentation.
  213.  
  214. 2. Insert the MS-DOS 6 Setup Disk 1 in drive A or B and use the SETUP
  215.    command with the /F switch. For example, if you inserted Setup Disk
  216.    1 in drive A, type the following at the MS-DOS command prompt and
  217.    then press ENTER:
  218.           
  219.       a:setup /f
  220.                 
  221.     Important: After you type the above command and Setup prompts you
  222.     to insert a disk to create the startup floppy disk, you must
  223.     create that disk in drive A. Also, be sure that you choose to
  224.     install on drive A.
  225.           
  226. 3. Make sure that the startup disk you created in step 2 is in drive
  227.    A, and then restart your computer by pressing CTRL+ALT+DEL.
  228.  
  229. 4. Use the MS-DOS FORMAT command to reformat all your drives. When you
  230.    format drive C, be sure to use the /S parameter to make the disk
  231.    bootable. To do this, type the following command at the MS-DOS
  232.    command prompt and then press ENTER:
  233.           
  234.       format c: /s
  235.           
  236. 5. Use the MS-DOS 6 RESTORE command, which is located on the startup
  237.    disk you created in step 2, to restore your program and data files.
  238.    For example, to restore your files from drive A to drive C, type
  239.    the following command at the MS-DOS command prompt and then press
  240.    ENTER:
  241.           
  242.       restore a: c:\*.* /s
  243.           
  244.     Important: Do not restart your computer before proceeding to step
  245.     6.
  246.           
  247.     NOTE: If some of your files cannot be restored to your hard disk
  248.     because you don't have enough disk space, you need to install the
  249.     MS-DOS 6 Upgrade, run DoubleSpace to compress your hard disk, and
  250.     then restore your files. After you finish restoring your files,
  251.     continue with step 6.
  252.           
  253. 6. To remove your DR DOS files, install the MS-DOS 6 Upgrade again. To
  254.    do this, insert the MS-DOS 6 Setup Disk 1 in drive A, type SETUP,
  255.    and follow the instructions on your screen.
  256.  
  257.  
  258.  
  259.